home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / purch211.arc / MANUAL.TXT < prev    next >
Text File  |  1989-09-24  |  19KB  |  520 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                          Purchase Order System
  13.                          ---------------------
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                               Version 2.1
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                           Copyright (C) 1987
  34.  
  35.  
  36.                            (User-Supported)
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                           Ronald Bryan Byxbe
  48.                          4594 Providence Place
  49.                         New Orleans, LA  70126
  50.  
  51.  
  52.                                   Forward
  53.                                   -------
  54.  
  55.                            Purchase Order System
  56.                            ---------------------
  57.  
  58.     This Program was written under the "ShareWare" concept.  You are free to
  59.     copy this program and share it with others.  If you like the program and
  60.     find it useful you are asked to send a donation to the author and register
  61.     your copy.  Upon receipt of the requested donation you will receive full
  62.     user support and any additional documentation that is needed to run the
  63.     system.
  64.  
  65.     To register your program send $45.00 to:
  66.  
  67.                             Ronald Bryan Byxbe
  68.                            4594 Providence Place
  69.                           New Orleans, LA  70126
  70.  
  71.     =========================================================================
  72.  
  73.  
  74.  
  75.     Mail to:   Ronald Bryan Byxbe
  76.                4594 Providence Place
  77.                New Orleans, LA  70126
  78.  
  79.  
  80.                Program Name:  (Purchase Order System)
  81.  
  82.                Version No.     2.1
  83.  
  84.                Amount         $_________
  85.  
  86.                Where did you get a copy of this program?
  87.  
  88.                ___________________________________________________________
  89.  
  90.  
  91.                Comments:  ________________________________________________
  92.  
  93.                ___________________________________________________________
  94.  
  95.                ___________________________________________________________
  96.  
  97.                ___________________________________________________________
  98.  
  99.  
  100.  
  101.                                Table of Contents
  102.                                -----------------
  103.  
  104.            0.0  Installation ...................................  01
  105.  
  106.                   0.1  Config.SYS ..............................  01
  107.                   0.2  Ansi.SYS ................................  01
  108.                   0.3  Install Procedures ......................  01
  109.                   0.4  Program Execution .......................  01
  110.                   0.5  Data Files ..............................  01
  111.                   0.6  Index Files .............................  01
  112.  
  113.            1.0  System Menu ....................................  02
  114.  
  115.                   1.1  Edit System .............................  02
  116.                        1.1.1  Change Company Name ..............  02
  117.                        1.1.2  Change Beginning P/O # ...........  02
  118.                        1.1.3  Change Printer Codes .............  02
  119.                   1.2  Create New Data Files ...................  02
  120.                   1.3  Rebuild File Indexes ....................  02
  121.  
  122.            2.0  Accounts Menu ..................................  03
  123.  
  124.                   2.1  Create New Vendor Account ...............  03
  125.                   2.2  Edit Vendor Account .....................  03
  126.                   2.3  Delete Vendor Account ...................  03
  127.                   2.4  Browse Vendor Accounts ..................  03
  128.                   2.5  Print Vendor Master List ................  03
  129.  
  130.            3.0  Purchases Menu .................................  04
  131.  
  132.                   3.1  Enter Purchase Orders ...................  04
  133.                   3.2  Edit Purchase Orders ....................  04
  134.                   3.3  Print Purchase Orders ...................  04
  135.                   3.4  Finalize Purchase Orders ................  04
  136.  
  137.            4.0  Maintenance Menu ...............................  05
  138.  
  139.                   4.1  Clear Purchases Received ................  05
  140.                   4.2  UnClear a Cleared Purchase ..............  05
  141.                   4.3  Delete All Cleared ......................  05
  142.                   4.4  Browse Purchase Transactions ............  05
  143.  
  144.            5.0  Reports Menu ...................................  06
  145.  
  146.                   5.1  Print Outstanding Purchase Transactions .  06
  147.                        5.1.1  By Account .......................  06
  148.                        5.1.2  By Vendor ........................  06
  149.                        5.1.3  By Purchase Order Number .........  06
  150.                   5.2  Print Cleared Purchase Transactions .....  06
  151.                        5.2.1  By Account .......................  06
  152.                        5.2.2  By Vendor ........................  06
  153.                        5.2.3  By Purchase Order Number .........  06
  154.                   5.3  Print Both Outstanding and Cleared ......  06
  155.                        5.3.1  By Account .......................  06
  156.                        5.3.2  By Vendor ........................  06
  157.                        5.3.3  By Purchase Order Number .........  06
  158.                   6.0  I/O Errors ..............................  07
  159.     0.0  Installation                                              Page 0001
  160.     ------------------------------------------------------------------------
  161.     0.1  Config.SYS
  162.          You must have a Config.SYS file on you boot disk or in your
  163.          root directory if you have a hard disk.  The Config.SYS file
  164.          must have the following commands:
  165.  
  166.                  FILES=20     (May be higher)
  167.                  BUFFERS=20   (May be higher)
  168.  
  169.          This file has been supplied on the Purchase Order Disk if you
  170.          wish to examine it.
  171.  
  172.     0.2  Ansi.SYS
  173.          The file ANSI.SYS should also be part of your Config.SYS file.
  174.          The command is:  Device=ANSI.SYS
  175.  
  176.     0.3  Install Procedures
  177.          0.3.1  Floppy Disk
  178.                 Make a backup copy of the Purchase Order Disk.
  179.                 Format a blank diskette for a DATA Disk
  180.  
  181.          0.3.2  Hard Disk
  182.                 Copy the files to your hard disk.
  183.  
  184.     0.4  Program Execution
  185.  
  186.          0.4.1 Floppy Diskette Systems:
  187.          Modify your AUTOEXEC.BAT File to include the following command.
  188.          This will tell the program where to find its Overlay FIles.
  189.  
  190.             SET PUROVR=A:
  191.  
  192.          Place Program Disk in Drive A: 
  193.          Place Data Disk in Drive B:
  194.          From Drive B: type A:PURCHASE <enter>
  195.        
  196.          0.4.2 Hard Disk System:
  197.          Type  Purchase <enter>
  198.          If you wish to run multiple data files in different subdirectories
  199.          you must place the following statements in your AUTOEXEC.BAT File.
  200.  
  201.               PATH C:\PURCHASE          <- name of your program directory
  202.               SET PUROVR=C:\PURCHASE    <- location of Overlay FIles
  203.  
  204.         Log on to your DATA subdirectory and type  PURCHASE <enter>
  205.         NEW data files will be created in the subdirectory
  206.  
  207.    *NEW* To use the Automatic Execution function simply press the  F1 Key.
  208.          To turn it off Press the F1 Key again.  Otherwise, place the cursor
  209.          bar over the desired option and press enter.
  210.  
  211.          If this is the first installation of this system then the
  212.          Edit System menu will appear.   See 1.1 Edit System.
  213.  
  214.     0.5  Data Files
  215.          All necessary data files will be created upon execution
  216.          if they do not exist.
  217.  
  218.     0.6  Index Files
  219.          An option is supplied on the System menu for Re-Indexing
  220.          Data Files.
  221.  
  222.     1.0  System Menu                                               Page 0002
  223.     ------------------------------------------------------------------------
  224.  
  225.     1.1  Edit System
  226.  
  227.          1.1.1  Change Company Name
  228.  
  229.                 This option allows you to change the name of your company.
  230.                 Enter the corrected name and press <Page Down>.
  231.  
  232.          1.1.2  Change Beginning Purchase Order Number
  233.  
  234.                 This option allows you to enter the beginning Purchase
  235.                 Order Number for your company.  Any number from 0 to
  236.                 32767 is valid.  When the P/O Number reaches 32767 it
  237.                 is automatically reset to 1.
  238.  
  239.          1.1.3  Change Printer Codes
  240.  
  241.                 This option is mandantory.  You must tell the system
  242.                 what codes are used to set your printer to condensed
  243.                 print.  You must also give to codes needed to cancel
  244.                 condensed print.  These codes can be found in your
  245.                 printer reference manual.  The condensed print codes
  246.                 are for 15cpi (15 characters per inch).  Most printers
  247.                 will allow the 10cpi (10 characters per inch) to cancel
  248.                 the condensed print mode.  If your printer allows 15cpi
  249.                 and 17cpi use the 15cpi codes.  If you have a wide
  250.                 carriage printer set these values to zero (0).
  251.  
  252.  
  253.     1.2  Create New Data Files
  254.  
  255.          This option allows you to create new data files.  Use this
  256.          command with caution.  All data files will be deleted and
  257.          recreated and any existing data will be Destroyed.  A flag
  258.          has been set to ask if you really want to do this.  If so
  259.          respond by saying yes and the system will create new data
  260.          files.  Otherwise, press <enter> and the system will return
  261.          to the Main Menu.
  262.  
  263.  
  264.     1.3  Rebuild Data File Indexes
  265.  
  266.          This option is used to rebuild all data file indexes.  You
  267.          may execute this option as often as you wish.  If you feel
  268.          that the system is not finding Vendors that have been entered
  269.          into the system then execute this option.
  270.  
  271.  
  272.  
  273.     2.0  Accounts Menu                                             Page 0003
  274.     ------------------------------------------------------------------------
  275.  
  276.     2.1  Create New Vendor Account
  277.  
  278.          This option allows the user to create a new vendor account.
  279.          If the vendor exists an error will be generated stating that
  280.          the vendor number is already in the file.  Issue a new vendor
  281.          number and rekey the vendor.  Use the <enter> key or the
  282.          <Page Down> to enter the record.  Use the <Esc> key to exit
  283.          without entering the vendor.
  284.  
  285.  
  286.     2.2  Edit Vendor Account
  287.  
  288.          This option allows the user to change information about a
  289.          vendor.  However, it does not allow you to change the vendor
  290.          number.  To do this you must first delete the vendor and
  291.          and then re-enter him under a new number.  Use the <F1> key
  292.          to select a particular vendor, the <Page Down> and <Page Up>
  293.          keys to step forward and backwards thru the file.  Use the
  294.          <Esc> key to abort editing.
  295.  
  296.  
  297.     2.3  Delete Vendor Account
  298.  
  299.          This option allows the user to delete vendor records from
  300.          the vendor file.  Use the <F1> key to select a particular
  301.          vendor, the <Page Down> and <Page Up> keys to step forward
  302.          and backwards thru the file.  To delete a vendor enter
  303.          the letter 'Y' and press <enter>.
  304.  
  305.          HOWEVER, delete vendors with caution.  If any transactions
  306.          are still outstanding in the transaction file they will
  307.          exist without a vendor header.  It is best to wait for
  308.          an extended period of time before deleting a vendor from
  309.          the vendor file.
  310.  
  311.     2.4  Browse Vendor Account
  312.  
  313.          This option allows the user to browse through the vendor file
  314.          displaying the vendor number, vendor name, and vendor telephone
  315.          number.  The <F1> key will allow the user to select a particular
  316.          vendor number to be displayed first.  The <Page Down> and
  317.          <Page Up> keys allow forward and backward browsing.  Use the
  318.          <Esc> key to exit the browse function.
  319.  
  320.  
  321.     2.5  Print Vendor Master List
  322.  
  323.          This option allows the user to print a hard copy of all the
  324.          vendors in the vendor file.  All information is printed.
  325.          The list is printed on  8 1/2" x 11"  standard with paper.
  326.  
  327.  
  328.     3.0  Purchases Menu                                            Page 0004
  329.     ------------------------------------------------------------------------
  330.  
  331.     3.1  Enter Purchase orders
  332.  
  333.          Use this option to enter all purchase orders.  Purchase orders
  334.          can be entered at any time.  You may exit the program, return
  335.          and continue at a later time.
  336.  
  337.  
  338.     3.2  Edit Purchase orders
  339.  
  340.          Use this option to make changes to purchase orders entered in
  341.          option 3.1.  You must make all changes before executing the
  342.          finalize command in option 3.4.  Use the <F1> key to select
  343.          a particular purchase order.
  344.  
  345.  
  346.     3.3  Print Purchase Orders
  347.  
  348.          Use this option to print purchase orders.  Purchase orders
  349.          are printed on plain  8 1/2" x 11"  paper.  If a mistake
  350.          is made you can reprint the purchase orders before you
  351.          finalize them to the transaction file.
  352.  
  353.  
  354.     3.4  Finalize Purchase Orders
  355.  
  356.          You MUST execute this option after you have printed the purchase
  357.          orders.  This option will post all purchase order transactions
  358.          to the transaction file.  After the finalize is complete the
  359.          system will reset the purchase order file to null. (Empty).
  360.  
  361.  
  362.  
  363.     4.0  Maintenance Menu                                          Page 0005
  364.     ------------------------------------------------------------------------
  365.  
  366.     4.1  Clear Purchases Received
  367.  
  368.          This option is used to clear the purchase transactions once
  369.          the item has been received.  Respond by entering a 'Y' to
  370.          Clear Transaction.  A window will appear.  Enter the Date
  371.          and Actual Cost.
  372.  
  373.          To split a transaction (Ex: some items were back ordered) 
  374.          simply answer 'Y' to Partial Receving.  A Window will appear.
  375.          Enter the Date, Quantity, And Amount you wish to CLEAR. 
  376.          Press Enter and the transaction will split.
  377.  
  378.          Use the <F1> key to select a particular purchase transaction
  379.          and the <Page Down> and <Page Up> keys to step through the
  380.          purchase transactions.  Press the <Esc> key to exit.
  381.  
  382.     4.2  UnClear A Cleared Purchase
  383.  
  384.          This option is used to unclear a purchase transaction once
  385.          it has been cleared.  Respond by entering a 'Y' to
  386.          unclear the purchase transaction.
  387.  
  388.          Use the <F1> key to select a particular purchase transaction
  389.          and the <Page Down> and <Page Up> keys to step through the
  390.          purchase transactions.  Press the <Esc> key to exit.
  391.  
  392.     4.3  Delete All Cleared
  393.  
  394.          This option is used to delete all purchase transactions that
  395.          have been received and cleared.  The system will ask you
  396.          a date.  Enter the date in which you wish all prior transactions
  397.          deleted.  Example:  If you wanted to delete all transactions
  398.          prior to January 1, 1987 then enter 01/01/87.  This would
  399.          delete all transactions up to and including December 31, 1986.
  400.  
  401.  
  402.     4.4  Browse Purchase Transactions
  403.  
  404.          This option allows the user to browse through the purchase
  405.          transactions.  The system will show if the transaction has
  406.          been cleared by placing '*C*' on the far right hand side.
  407.  
  408.          Use the <F1> key to select a particular purchase transaction
  409.          and the <Page Down> and <Page Up> keys to step through the
  410.          purchase transactions.  Press the <Esc> key to exit.
  411.  
  412.  
  413.  
  414.     5.0  Reports Menu                                              Page 0006
  415.     ------------------------------------------------------------------------
  416.  
  417.     Select Option:
  418.  
  419.       This screen will appear each time you request one of the reports
  420.       below.  You may enter certain parameters for printing or press
  421.       the <Page Down> to print all transactions.
  422.  
  423.       You have the option of selecting a beginnning vendor number (Low)
  424.       and an ending vendor number (high).  If only one vendor is desired
  425.       then enter the vendor number in the Low column.
  426.  
  427.       The other options work the same way as the vendor option.
  428.  
  429.       Example:  Print all transactions for vendor 'Sears' for account
  430.       number 10050078.  You would enter the vendor number 'SE0234' in
  431.       the Low column for vendor and the account number 10050078 in the
  432.       low column for account.  You would then press <Page Down>.
  433.  
  434.       Example:  Print all transactions for vendor 'Allied Steel' for
  435.       account numbers 23400785 thru 45600945.  You would enter the
  436.       vendor number 'AL2210' in the Low column for vendor, the account
  437.       number 23400785 in the Low column for account, and the account
  438.       number 45600945 in the High column for account. You would then
  439.       press <Page Down>.
  440.  
  441.  
  442.  
  443.     5.1  Print OutStanding Purchase Transactions
  444.  
  445.          This option will print outstanding purchase transactions in one
  446.          of the following ways:
  447.  
  448.          5.1.1  By Account
  449.          5.1.2  By Vendor
  450.          5.1.3  By Purchase Order number
  451.  
  452.     5.2  Print Cleared Purchase Transactions
  453.  
  454.          This option will print cleared purchase transactions in one
  455.          of the following ways:
  456.  
  457.          5.1.1  By Account
  458.          5.1.2  By Vendor
  459.          5.1.3  By Purchase Order number
  460.  
  461.     5.3  Print Both Outstanding and Cleared Transactions
  462.  
  463.          This option will print all purchase transactions in one of the
  464.          following ways:
  465.  
  466.          5.1.1  By Account
  467.          5.1.2  By Vendor
  468.          5.1.3  By Purchase Order number
  469.  
  470.    *  You can terminate printing at any time by pressing any key.
  471.  
  472.  
  473.     I/O Errors
  474.  
  475.  
  476.     I/O Error  01   =  File does not Exist.
  477.     
  478.          Check to see if all files are on the disk.  If not copy them
  479.          from the master disk.
  480.  
  481.     I/O Error 153   =  Unexpected end-of-file.
  482.  
  483.          You have either filled up the disk or you have a bad sector
  484.          on the disk.  If you are using a diskette then format a new
  485.          diskette and copy all the files to the new diskette.
  486.          ** Use the COPY command - not DISKCOPY
  487.  
  488.     I/O Error 241   =  Directory is full.
  489.  
  490.          You have too many files in the disk directory.
  491.  
  492.     I/O Error 242   =  Disk write error.  Disk is full.
  493.  
  494.     I/O Error 243   =  Too many files open.
  495.  
  496.          You have too many files open.  Check you BOOT disk and be
  497.          sure you have a CONFIG.SYS file.  This file should have
  498.          the following statements:
  499.  
  500.                FILES=20
  501.                BUFFERS=20
  502.  
  503.          If this file does not exist then create it using any text
  504.          processor.  Place it on your BOOT disk and then REBOOT the
  505.          computer.
  506.  
  507.  
  508. RUN-TIME ERRORS.
  509.  
  510.     Run-time Error 240   =  Overlay file not found.
  511.  
  512.          Check the disk and make sure that the following files are
  513.          present.
  514.  
  515.              PURCHASE.000
  516.              PURCHASE.001
  517.  
  518.          If not then copy them from the original diskette.
  519.  
  520.